Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.testng:testng from 7.8.0 to 7.9.0 #1680

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps org.testng:testng from 7.8.0 to 7.9.0.

Release notes

Sourced from org.testng:testng's releases.

TestNG v7.9.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from org.testng:testng's changelog.

7.9.0 Fixed: GITHUB-2019: Total thread count in testng parallel tests with dataproviders (Krishnan Mahadevan) Fixed: GITHUB-3006: ITestResult injected at @​AfterMethod incorrect when a configuration method failed (Krishnan Mahadevan) Fixed: GITHUB-2980: Data Provider Threads configuration in the suite don't match the documentation (Krishnan Mahadevan) Fixed: GITHUB-3003: BeforeClass|AfterClass with inheritedGroups triggers cyclic dependencies (Krishnan Mahadevan) New: Added @​Inherited to the Listeners annotation, allowing it to be used in forming meta-annotations. (Pavlo Glushchenko) Fixed: GITHUB-2991: Suite attributes map should be thread safe (Krishnan Mahadevan) Fixed: GITHUB-2974: Command line arguments -groups and -excludegroups override defined groups in a suite xml file (dr29bart) Fixed: GITHUB-2961: "Unexpected value: 16" error when multiple beforeMethod config methods with firstTimeOnly property run before a test (Krishnan Mahadevan) Fixed: GITHUB-2904: Add location of docs Github to readme and contributions page (Mohsin Sackeer) Fixed: GITHUB-2934: Parallel Dataproviders & retries causes test result count to be skewed (Krishnan Mahadevan) Fixed: GITHUB-2925: Issue in ITestcontext.getAllTestMethods() with annotation @​BeforeSuite (Krishnan Mahadevan) Fixed: GITHUB-2928: The constructor of TestRunner encountered NBC changes in 7.8.0 (Krishnan Mahadevan) Fixed: GITHUB-581: Parameters of nested test suites are overridden(Krishnan Mahadevan) Fixed: GITHUB-727 : Fixing data races (Krishnan Mahadevan) Fixed: GITHUB-2913: Maps containing nulls can be incorrectly considered equal (Alex Heneveld)

Commits
  • ad0fb1c Abort for invalid combinations
  • d01a4f1 Shared Threadpool for normal/datadriven tests.
  • 34c7ba1 Favour FutureTask for concurrency support
  • 3cb01b4 Merge pull request #3013 from testng-team/dependabot/github_actions/actions/s...
  • 311551c Bump actions/setup-java from 3 to 4
  • 6de4807 Favour CompletableFuture instead of PoolService
  • ea53982 Minor Code tweaks
  • 7357104 Support suite level thread pools for data provider
  • a09978c Merge pull request #3010 from testng-team/dependabot/github_actions/github/co...
  • a4e9f1c Bump github/combine-prs from 4.1.0 to 5.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 1, 2024
@github-actions github-actions bot enabled auto-merge January 1, 2024 06:42
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@AbdulR3hman AbdulR3hman disabled auto-merge January 3, 2024 17:13
@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from 0ce59ff to fe65119 Compare January 4, 2024 23:36
@github-actions github-actions bot enabled auto-merge January 4, 2024 23:36
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from fe65119 to 1f32de8 Compare January 4, 2024 23:41
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from 1f32de8 to dc1d6ce Compare January 4, 2024 23:42
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from dc1d6ce to d5f80a0 Compare January 4, 2024 23:43
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from d5f80a0 to b3b4922 Compare January 4, 2024 23:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from b3b4922 to ec5d9a3 Compare January 4, 2024 23:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/testng-team/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.8.0...7.9.0)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.testng-testng-7.9.0 branch from ec5d9a3 to 6997855 Compare January 4, 2024 23:45
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 97af548 into master Jan 4, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.testng-testng-7.9.0 branch January 4, 2024 23:46
github-actions bot pushed a commit that referenced this pull request Jan 22, 2024
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641 (#1721)
  - build(deps): bump aws-sdk.version from 1.12.637 to 1.12.641
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.2 to 2.0.3 (#1722)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - snowflake package size issue fix (#1719)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.4 to 8.12.0 (#1720)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Adding extra cleanup procedures before executing release tests  (#1717)
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.35.0 to 2.36.0 (#1714)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump io.lettuce:lettuce-core from 6.3.0.RELEASE to 6.3.1.RELEASE (#1713)
  - build(deps): bump io.lettuce:lettuce-core
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.34.0 to 1.35.0 (#1707)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637 (#1703)
  - build(deps): bump aws-sdk.version from 1.12.632 to 1.12.637
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql from 3.6.3 to 3.7.7 (#1709)
  - build(deps): bump org.eclipse.rdf4j:rdf4j-repository-sparql
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5 (#1711)
  - build(deps): bump surefire.failsafe.version from 3.2.3 to 3.2.5
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.3 to 8.11.4 (#1716)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.93.0 to 1.94.0 (#1712)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.30.1 to 2.31.0 (#1710)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 (#1708)
  - build(deps): bump com.google.protobuf:protobuf-java
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.24 to 2.1.0.25 (#1705)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#1706)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11 (#1704)
  - build(deps): bump slf4j-log4j.version from 2.0.10 to 2.0.11
  - Reduce Maven logging levels  (#1700)
  - Reducing Maven Logging level; and increase Assume Role timeout (#1699)
  - Remove explicit use of AWS Creds in Release Tests --  (#1697)
  - Change L2 redshift construct to L1 (#1694)
  - Remove direct dependency of Netty (#1692)
  - build(deps): bump actions/setup-java from 3 to 4 (#1629)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - improve transitive dependency for with-arrow uber jar (#1691)
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5 (#1689)
  - Merge branch 'master' into dependabot/maven/org.junit.support-testng-engine-1.0.5
  - build(deps): bump org.junit.support:testng-engine from 1.0.4 to 1.0.5
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632 (#1688)
  - build(deps): bump aws-sdk.version from 1.12.631 to 1.12.632
  - build(deps): bump github/codeql-action from 2 to 3 (#1656)
  - Merge branch 'master' into dependabot/github_actions/github/codeql-action-3
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (#1669)
  - build(deps): bump github/codeql-action from 2 to 3
  - Merge branch 'master' into dependabot/maven/com.google.guava-guava-33.0.0-jre
  - modifying maven push to not skip checks on pull_request (#1684)
  - build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1 (#1672)
  - build(deps): bump fasterxml.jackson.version from 2.16.0 to 2.16.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.33.0 to 1.34.0 (#1661)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.11.2 to 8.11.3 (#1662)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.1 to 2.0.2 (#1664)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0 (#1680)
  - build(deps): bump org.testng:testng from 7.8.0 to 7.9.0
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1 (#1679)
  - build(deps-dev): bump log4j2Version from 2.22.0 to 2.22.1
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.23 to 2.1.0.24 (#1663)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10 (#1677)
  - build(deps): bump slf4j-log4j.version from 2.0.9 to 2.0.10
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (#1686)
  - build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.1
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631 (#1687)
  - build(deps): bump aws-sdk.version from 1.12.625 to 1.12.631
  - Remove problematic Composite Handler Tests that used mockStatic
  - Revert "build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final"
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625 (#1667)
  - build(deps): bump aws-sdk.version from 1.12.609 to 1.12.625
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3 (#1671)
  - build(deps): bump hbase.version from 2.5.6-hadoop3 to 2.5.7-hadoop3
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16 (#1675)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.19.11 to 2.19.16
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#1659)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2 (#1674)
  - build(deps): bump com.microsoft.azure:msal4j from 1.14.0 to 1.14.2
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#1670)
  - build(deps): bump org.apache.maven.plugins:maven-compiler-plugin
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#1676)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final (#1658)
  - build(deps): bump netty.version from 4.1.101.Final to 4.1.104.Final
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3 (#1660)
  - build(deps): bump surefire.failsafe.version from 3.2.2 to 3.2.3
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth from 2.0.0 to 2.0.1 (#1652)
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11 (#1653)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.16 to 2.19.11
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1 (#1650)
  - build(deps): bump org.postgresql:postgresql from 42.7.0 to 42.7.1
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager from 1.32.0 to 1.33.0 (#1648)
  - build(deps): bump com.google.cloud:google-cloud-resourcemanager
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1 (#1647)
  - build(deps): bump org.apache.kafka:kafka-clients from 3.6.0 to 3.6.1
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.92.0 to 1.93.0 (#1649)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4 (#1654)
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.3 to 3.14.4
  - build(deps): bump com.google.cloud:google-cloud-bigquery from 2.34.2 to 2.35.0 (#1651)
  - build(deps): bump com.google.cloud:google-cloud-bigquery
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1 (#1643)
  - build(deps): bump gremlinDriverVersion from 3.7.0 to 3.7.1
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.29.1 to 2.30.1 (#1646)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0 (#1645)
  - build(deps): bump net.java.dev.jna:jna-platform from 5.13.0 to 5.14.0
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609 (#1642)
  - build(deps): bump aws-sdk.version from 1.12.604 to 1.12.609
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.5.3 to 8.11.2 (#1644)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Merge branch 'master' into dependabot/github_actions/actions/setup-java-4
  - build(deps): bump actions/setup-java from 3 to 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants